Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename '--ledger-address' to '--node' #1000

Merged
merged 2 commits into from
Jan 16, 2023
Merged

Conversation

adrianbrink
Copy link
Member

It's more common to refer to the cli option that connects to a fullnode as '--node'.

Created by running git grep -l 'ledger-address' | xargs sed -i '' 's/ledger-address/node/g'

Fixes #864

adrianbrink and others added 2 commits January 11, 2023 09:00
It's more common to refer to the cli option that connects to a fullnode
as '--node'.
@cwgoes cwgoes merged commit 7931c02 into main Jan 16, 2023
@cwgoes cwgoes deleted the adrian/rename_ledgeraddress_to_node branch January 16, 2023 13:05
@tzemanovic tzemanovic added the breaking:cli command line breaking change label Jan 16, 2023
juped added a commit that referenced this pull request Jan 16, 2023
…ss_to_node"

This reverts commit 7931c02, reversing
changes made to 8e2349f.
@juped juped restored the adrian/rename_ledgeraddress_to_node branch January 16, 2023 14:11
bengtlofgren pushed a commit that referenced this pull request May 11, 2023
…ss_to_node"

This reverts commit 7931c02, reversing
changes made to 8e2349f.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking:cli command line breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename --ledger-address to --node
3 participants